html { font-size: calc(100vw * 100 / 1920); /* 以1920px宽度，100px字体大小为基准动态的根元素字体大小 */ background: #131313; }
body { min-width: 1200px; font-size: 0.16rem; line-height: 1.25; background: #131313; }


/* 清除IE Input输入框默认清除符号 */
input::-ms-clear, input::-ms-reveal{ display: none !important; opacity: 0 !important; color: #000000 !important; }
::-ms-clear, ::-ms-reveal{ display: none !important; opacity: 0 !important; color: #000000 !important; }


/**
 * 过渡
 */
.transition { -webkit-transition: all 0.66s; transition: all 0.66s; }


/**
 * rotate 360° 动画
 */
@-webkit-keyframes rotateAni {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotateAni {
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes rotateYAni {
  from { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
  to { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); }
}
@keyframes rotateYAni {
  from { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
  to { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); }
}


/**
 * 通用模块盒子
 */
.module-wrap { margin-left: auto; margin-right: auto; overflow: hidden; }
.module-wrap-1600 { width: 16rem; }
 

/**
 * 内页主内容盒子
 */
.content-wrapper { padding-top: 1.02rem; background: 3.86rem 2rem/4.14rem 4.14rem no-repeat url(../images/bg-2.png); }
.content-wrap { padding-top: 0.9rem; }


/**
 * 内页标题
 */
.module-wrapper-inside-title .title { font-size: 0.89rem; color: #FFFFFF; font-weight: 400; line-height: 1.15; padding-top: 0.1rem; padding-bottom: 0.7rem; border-bottom: 1px solid rgba(255,255,255,0.15); }
.module-wrapper-inside-title .details { padding-top: 0.56rem; font-size: 0.2rem; color: #999999; width: 3rem; line-height: 1.6; padding-bottom: 0.47rem; }


/**
 * 内页介绍
 */
.module-wrapper-inside-introduce .module-wrap { font-size: 0.18rem; color: #999999; line-height: 1.8; display: table; padding-top: 0.72rem; padding-bottom: 0.85rem; }
.module-wrapper-inside-introduce .column { display: table-cell; vertical-align: top; width: 50%; }
.module-wrapper-inside-introduce .left { padding-top: 0.11rem; padding-left: 0.11rem; }
.module-wrapper-inside-introduce .left > img { width: 1.41rem; height: 1.41rem; -webkit-transition: all 0.9s; transition: all 0.9s; -webkit-animation: rotateAni linear infinite 3s; animation: rotateAni linear infinite 3s; }
.module-wrapper-inside-introduce .right { text-align: right; }
.module-wrapper-inside-introduce .right > p { width: 7.16rem; display: inline-block; text-align: left; }


/**
 * 面包屑导航
 */
.module-wrap-crumbs .crumbs { display: block; font-size: 0.21rem; color: #FFFFFF; padding: 0.2rem 0; margin-left: auto; margin-right: auto; }
.module-wrap-crumbs li { display: inline-block; }
.module-wrap-crumbs a { color: #FFFFFF; }
.module-wrap-crumbs a:hover { text-decoration: underline; }


/**
 * 获取服务方案
 */
.get-solution-wrapper { font-size: 0.2rem; width: 2.26rem; height: 2.26rem; background: #D6063A; padding: 0.3rem 0.26rem; color: #FFFFFF; display: block; cursor: pointer; }
.get-solution-wrapper .iconfont { font-size: 0.16rem; margin: 0; padding: 0; margin-top: 0.9rem; display: inline-block; -webkit-animation: chenAni linear infinite 3s alternate; animation: chenAni linear infinite 3s alternate; }
.get-solution-wrapper:hover { color: #FFFFFF; }
.get-solution-wrapper:hover .label { -webkit-transform: translate(3px,3px); transform: translate(3px,3px); }
@-webkit-keyframes chenAni {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(20px); transform: translateX(20px); }
}
@keyframes chenAni {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to { -webkit-transform: translateX(20px); transform: translateX(20px); }
}


/**
 * More+
 */
.more-plus-wrapper { font-size: 0.32rem; color: #999999; font-family: AkzidenzGroteskBQ; position: relative; }
.more-plus-wrapper::after { content: ""; position: absolute; width: 100%; height: 0.03rem; left: 0; bottom: 0; z-index: 9; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.36s; transition: all 0.36s; background: #FFFFFF; }
.more-plus-wrapper:hover { color: #FFFFFF; }
.more-plus-wrapper:hover::after { -webkit-transform: scaleX(1); transform: scaleX(1); }


/**
 * 品牌伙伴
 */
.module-wrapper-brand-partner { padding-top: 1.48rem; padding-bottom: 1.38rem; }
.module-wrapper-brand-partner .left { float: left; width: 52%; }
.module-wrapper-brand-partner .title { color: #FFFFFF; font-size: 0.64rem; line-height: 1.15; font-weight: 400; padding-bottom: 0.43rem; border-bottom: 1px solid rgba(255,255,255,0.15); }
.module-wrapper-brand-partner .brief { width: 4.93rem; font-size: 0.2rem; color: #999999; font-weight: 400; line-height: 1.65; padding-top: 0.44rem; padding-bottom: 0.7rem; }
.module-wrapper-brand-partner .list { margin-bottom: 0.8rem; margin-left: 0rem; margin-right: -0.44rem; }
.module-wrapper-brand-partner li { width: 25%; float: left; padding-top: 0.35rem; padding-bottom: 0.35rem; }
.module-wrapper-brand-partner li img { width: 1.2rem; height: 0.4rem; margin: 0 auto; }
.module-wrapper-brand-partner li img:hover { -webkit-filter: brightness(300%); filter: brightness(300%); -webkit-transform: scale(1.1); transform: scale(1.1); }
.module-wrapper-brand-partner .right { float: right; }
.module-wrapper-brand-partner .logo-box { width: 1.48rem; height: 1.48rem; display: block; margin-top: 0.17rem; margin-left: 0.94rem; position: relative; }
.module-wrapper-brand-partner .logo.outer { width: 100%; height: 100%; -webkit-animation: rotateAni linear infinite 9s; animation: rotateAni linear infinite 9s; }
.module-wrapper-brand-partner .logo.inner { width: 0.54rem; height: 0.54rem; position: absolute; left: 50%; top: 50%; z-index: 9; margin-left: -0.27rem; margin-top: -0.27rem; -webkit-animation: rotateYAni linear infinite 3s; animation: rotateYAni linear infinite 3s; }
.module-wrapper-brand-partner .get-solution-wrapper { font-size: 0.24rem; width: 2.71rem; height: 2.50rem; padding: 0.4rem 0.3rem; margin-top: 2rem; }
.module-wrapper-brand-partner .get-solution-wrapper .iconfont { font-size: 0.18rem; margin-top: 0.86rem; }


/**
 * 行业认可
 */
.module-wrapper-industry-recognition {padding-top: 1.5rem; padding-bottom: 1.6rem; background: #FFFFFF; }
.module-wrapper-industry-recognition .title-wrapper { width: 100%; display: table; color: #131313; line-height: 1; border-bottom: 1px solid #FBFBFB; padding-bottom: 0.58rem; margin-bottom:40px; }
.module-wrapper-industry-recognition .title { display: table-cell; vertical-align: middle; font-size: 0.64rem; font-weight: 400; }
.module-wrapper-industry-recognition .column-more { display: table-cell; vertical-align: middle; text-align: right; }
.module-wrapper-industry-recognition .more-plus-wrapper { font-size: 0.32rem; color: #131313; }
.module-wrapper-industry-recognition .more-plus-wrapper::after { background: #131313; }
.module-wrapper-industry-recognition .left { width: 4.93rem; float: left; margin-right:-3.4rem; position:relative; z-index:10; }
.module-wrapper-industry-recognition .introduce { color: #999999; font-size: 0.2rem; line-height: 1.65; }
.module-wrapper-industry-recognition .swiper-controls { margin-top: 2.22rem; height: 0.62rem; }
.module-wrapper-industry-recognition .swiper-control-btn { width: 0.62rem; height: 0.62rem; float: left; line-height: 0.62rem; text-align: center; color: #FFFFFF; border-radius: 50%; background: #181819; display: block; position: relative; overflow: hidden; cursor: pointer; }
.module-wrapper-industry-recognition .swiper-control-btn .iconfont { position: absolute; width: 100%; height: 100%; text-align: center; left: 0; top: 0; z-index: 9; font-size: 0.12rem; }
.module-wrapper-industry-recognition .swiper-control-btn::before { content: ""; width: 100%; height: 100%; left: 0; top: 0; z-index: 3; position: absolute; background: #181819; -webkit-transition: all 0.36s; transition: all 0.36s; border-radius: 50%; }
.module-wrapper-industry-recognition .swiper-control-btn::after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 6; opacity: 0; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.36s; transition: all 0.36s; border-radius: 50%; background: #D6063A; }
.module-wrapper-industry-recognition .swiper-control-btn-next { margin-left: 0.18rem; }
.module-wrapper-industry-recognition .right{ float: right; width: 13.2rem; margin-right: -0.3rem; position:relative; z-index:6; margin-top: 0.35rem; }
.module-wrapper-industry-recognition .swiper-container { height: 3.8rem; }
.module-wrapper-industry-recognition .swiper-slide { width: 2.93rem; }
.module-wrapper-industry-recognition .image-box { width: 2.93rem; height: 2.93rem; background: none; text-align: center; vertical-align: middle; display: table-cell; }
.module-wrapper-industry-recognition .image-box img { margin: 0 auto; display: block; }
.module-wrapper-industry-recognition .name { margin-top: 0.38rem; color: #666666; font-size: 0.18rem; font-weight: 400; width: 2.93rem; text-align: center; }
.module-wrapper-industry-recognition .swiper-control-btn:hover { background: transparent; }
.module-wrapper-industry-recognition .swiper-control-btn:hover::before { opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
.module-wrapper-industry-recognition .swiper-control-btn:hover::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }


/**
 * 案例 + 动态
 */
.module-wrapper-case-dynamic { background: #FFFFFF; color: #333333; padding-bottom: 1.15rem; }
.module-wrapper-case-dynamic .columns { width: 100%; display: table; border-top: 1px solid #EFEFEF; border-bottom: 1px solid #EFEFEF; }
.module-wrapper-case-dynamic .column { display: table-cell; vertical-align: middle; width: 50%; padding-top: 1.2rem; padding-bottom: 1.3rem; }
.module-wrapper-case-dynamic .column:last-child { border-left: 1px solid #EFEFEF; padding-left: 1.3rem; }
.module-wrapper-case-dynamic .label { color: #131313; font-size: 0.64rem; display: block; }
.module-wrapper-case-dynamic .p { color: #999999; font-size: 0.2rem; display: block; line-height: 1.7; padding-top: 0.26rem; padding-bottom: 0.78rem; width: 4.94rem; }
.module-wrapper-case-dynamic .more-plus-wrapper { color: #D6063A; font-size: 0.24rem; }
.module-wrapper-case-dynamic .more-plus-wrapper::after { background: #D6063A; }


/**
 * 案例列表
 */
.module-wrapper-case-list { padding-top: 1.26rem; background: #FFFFFF; }
.module-wrapper-case-list .module-title { font-size: 0.64rem; font-weight: 400; text-align: center; padding: 0 0.36rem; color: #131313; line-height: 1; }
.module-wrapper-case-list .line { display: block; width: 16rem; height: 1px; background: #EDEDED; margin-top: 0.56rem; margin-left: auto; margin-right: auto; }
.module-wrapper-case-list .module-sub-title { width: 3rem; color: #999999; font-size: 0.2rem; line-height: 1.6; font-weight: 400; margin-bottom: 0.59rem; margin-left: auto; margin-right: auto; margin-top: 0.33rem; }
.module-wrapper-case-list .list { width: 16rem; margin-left: auto; margin-right: auto; }
.module-wrapper-case-list ul { margin-left: -0.18rem; margin-right: -0.18rem; }
.module-wrapper-case-list li { width: 25%; float: left; padding-left: 0.18rem; padding-right: 0.18rem; }
.module-wrapper-case-list li a { display: block; }
.module-wrapper-case-list .img-box { overflow: hidden; position: relative; background: #F2F3F4; border-width: 0px; border-style: solid; border-color: #FFFFFF; -webkit-transition: all 0.36s; transition: all 0.36s; }
.module-wrapper-case-list .img-box img { display: block; width: 100%; height: 100%; -webkit-transition: all 0.6s; transition: all 0.6s; }
.module-wrapper-case-list li:hover .img-box { border-width: 0.12rem; }
.module-wrapper-case-list li:hover .img-box img { -webkit-transform: scale(1.16); transform: scale(1.16); }
.module-wrapper-case-list .img-box .iconfont { display: block; width: 0.81rem; height: 0.81rem; line-height: 0.81rem; text-align: center; color: #FFFFFF; font-size: 0.16rem; background: #D6063A; border-radius: 50%; position: absolute; left: -1rem; top: 50%; margin-top: -0.405rem; z-index: 9; -webkit-transition: all 0.6s; transition: all 0.6s; }
.module-wrapper-case-list li:hover .img-box .iconfont { left: 50%; margin-left: -0.405rem; }
.module-wrapper-case-list .bottom-box { padding-top: 0.46rem; padding-left: 0; padding-right: 0; -webkit-transition: all 0.36s; transition: all 0.36s; }
.module-wrapper-case-list .bottom-box .name { font-size: 0.24rem; color: #333333; font-weight: 400; line-height: 1.6; -webkit-transition: all 0.6s; transition: all 0.6s; }
.module-wrapper-case-list .bottom-box .sug { margin-top: 0.16rem; font-size: 0.18rem; line-height: 1.6; font-weight: 400; color: #999999; -webkit-transition: all 0.6s; transition: all 0.6s; }
.module-wrapper-case-list li:hover .bottom-box { padding-left: 0.12rem; padding-right: 0.12rem; padding-top: 0.38rem; }
.module-wrapper-case-list li:hover .bottom-box .name { color: #D6063A; }
.module-wrapper-case-list li:hover .bottom-box .sug { margin-top: 0.06rem; }
.module-wrapper-case-list .more-wrapper { text-align: center; margin-top: 0.9rem; padding-bottom: 1.4rem; }
.module-wrapper-case-list .more-plus-wrapper { color: #131313; font-size: 0.32rem; display: inline-block; }
.module-wrapper-case-list .more-plus-wrapper::after { background: #131313; }


/**
 * 瀑布流
 */
#cwzWaterfall .column { width: 50%; float: left; }
#cwzWaterfall .cloumn-right .item { float: right; }
#cwzWaterfall .list { height: 0; overflow: hidden; }
#cwzWaterfall .column .item { opacity: 0; -webkit-transition: all 1s; transition: all 1s; -webkit-transform: translateY(300px); transform: translateY(300px); color: #999999; }
#cwzWaterfall .column .item.show { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
#cwzWaterfall .column .item .image-box { width: 5.8rem; overflow: hidden; -webkit-transition: all 0.6s; transition: all 0.6s; border-width: 0; border-style: solid; border-color: rgba(0,0,0,0); position: relative; }
#cwzWaterfall .cloumn-right .item .image-box { width: 6.16rem; }
#cwzWaterfall .column .item .image { -webkit-transition: all 0.6s; transition: all 0.6s; width: 100%; }
#cwzWaterfall .column .item .more-icon { width: 0.81rem; height: 0.81rem; line-height: 0.81rem; text-align: center; border-radius: 50%; background: #D6063A; font-size: 0.18rem; color: #FFFFFF; left: 50%; margin-left: -0.405rem; top: 110%; -webkit-transition: all 0.6s; transition: all 0.6s; margin-top: -0.405rem; position: absolute; }
#cwzWaterfall .column .item .info { -webkit-transition: all 0.6s; transition: all 0.6s; padding-top: 0.5rem; padding-bottom: 0.9rem; line-height: 1.8; }
#cwzWaterfall .column .item .title { font-size: 0.24rem; color: #FFFFFF; font-weight: 400; -webkit-transition: all 0.6s; transition: all 0.6s; }
#cwzWaterfall .column .item .brief { font-size: 0.18rem; color: ##999999; font-weight: 400; padding-top: 0.2rem; -webkit-transition: all 0.6s; transition: all 0.6s; }
#cwzWaterfall .column .item:hover .image-box { border-width: 0.2rem; }
#cwzWaterfall .column .item:hover .image { -webkit-transform: scale(1.1); transform: scale(1.1); }
#cwzWaterfall .column .item:hover .more-icon { top: 50%; }
#cwzWaterfall .column .item:hover .info { padding-left: 0.2rem; padding-right: 0.2rem; padding-top: 0.3rem; }
#cwzWaterfall .column .item:hover .title { color: #D6063A; }
#cwzWaterfall .column .item:hover .brief { padding-top: 0.1rem; color: #FFFFFF; }


/**
 * Header v1 最初设计版 带二级导航
 */
/* #header { width: 100%; min-width: 1200px; height: 1.02rem; line-height: 1.02rem; border-bottom: 1px solid rgba(255,255,255,0.1); position: fixed; z-index: 600; top: 0; left: 0; background: #131313; }
#header .status-btn { position: absolute; z-index: 600; left: 0.58rem; top: 0; height: 100%; }
#header.hide-ele .status-btn { z-index: 300; }
#header .status-btn .lines { display: inline-block; cursor: pointer; }
#header .status-btn .line { background: #FFFFFF; height: 0.05rem; width: 0.45rem; display: block; -webkit-transition: all 0.36s; transition: all 0.36s; }
#header .status-btn .line-2 { background: #D6063A; margin-top: 0.08rem; }
#header .status-btn .lines.close .line-1 { -webkit-transform: rotate(40deg) translate(0rem,0.09rem); transform: rotate(40deg) translate(0rem,0.09rem); background: #FFFFFF; }
#header .status-btn .lines.close .line-2 { -webkit-transform: rotate(-40deg) translate(0rem,-0.09rem); transform: rotate(-40deg) translate(0rem,-0.09rem); background: #FFFFFF; }
#header .logo { position: absolute; width: 1.46rem; left: 50%; margin-left: -0.73rem; top: 50%; z-index: 600; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header.hide-ele .logo { z-index: 300; }
#header .controls { position: absolute; height: 100%; right: 0.58rem; top: 0; color: #FFFFFF; font-size: 0.18rem; z-index: 300; }
#header .controls .item { display: inline-block; padding: 0 0.2rem; cursor: pointer; position: relative; }
#header .controls .item::after { content: ""; width: 0; height: 0.03rem; background: #D6063A; bottom: 0; left: 0; z-index: 9; position: absolute; border-radius: 0.02rem; -webkit-transition: all 0.6s; transition: all 0.6s; }
#header .controls .item:hover::after { width: 100%; }
#header .controls .item.active::after { width: 100%; }
#header .controls .item .child-wrapper { position: absolute; width: 100%; top: 100%; left: 0; line-height: 1; font-family: AkzidenzGroteskBQ; text-align: center; z-index: -1; height: 0; -webkit-transition: all 0.36s; transition: all 0.36s; overflow: hidden; }
#header .controls .item .child-wrapper .language { color: #FFFFFF; padding: 0.08rem 0; display: block; }
#header .controls .item .child-wrapper .language:first-child { padding-top: 0.18rem; }
#header .controls .item .child-wrapper .language:hover { text-decoration: underline; }
#header .controls .item:hover .child-wrapper { height: 1rem; } */


/**
 * Header v1 常规导航版 不带二级导航
 */
#header { width: 100%; min-width: 1200px; height: 1.02rem; line-height: 1.02rem; border-bottom: 1px solid rgba(255,255,255,0.1); position: fixed; z-index: 600; top: 0; left: 0; background: #131313; display: flex; align-items: center; padding: 0 0.2rem; }
#header .logo-wrapper { flex-shrink: 0; }
#header .logo { width: 1.46rem; }
#header .navs-wrapper { flex: 1; height: 100%; display: flex; align-items: center; justify-content: center; }
#header .navs-wrapper .link { color: #FFFFFF; font-size: 0.22rem; margin: 0 0.24rem; padding: 0 0.06rem; position: relative; }
#header .navs-wrapper .link::after { content: ""; width: 100%; height: 2px; background: #D7063A; left: 0; bottom: 0; z-index: 4; position: absolute; border-radius: 2px; transform: scaleX(0); opacity: 0; transition: all 0.4s; }
#header .navs-wrapper .link.active::after { transform: scaleX(1); opacity: 1; }
#header .controls { right: 0.58rem; color: #FFFFFF; font-size: 0.18rem; flex-shrink: 0; }
#header .controls .item { display: inline-block; padding: 0 0.2rem; cursor: pointer; position: relative; }
#header .controls .item::after { content: ""; width: 0; height: 0.03rem; background: #D6063A; bottom: 0; left: 0; z-index: 9; position: absolute; border-radius: 0.02rem; -webkit-transition: all 0.6s; transition: all 0.6s; }
#header .controls .item:hover::after { width: 100%; }
#header .controls .item.active::after { width: 100%; }
#header .controls .item .child-wrapper { position: absolute; width: 100%; top: 100%; left: 0; line-height: 1; font-family: AkzidenzGroteskBQ; text-align: center; z-index: -1; height: 0; -webkit-transition: all 0.36s; transition: all 0.36s; overflow: hidden; }
#header .controls .item .child-wrapper .language { color: #FFFFFF; padding: 0.08rem 0; display: block; }
#header .controls .item .child-wrapper .language:first-child { padding-top: 0.18rem; }
#header .controls .item .child-wrapper .language:hover { text-decoration: underline; }
#header .controls .item:hover .child-wrapper { height: 1rem; }



/**
 * Header右侧菜单对应弹出层盒子
 */
.control-content-wrapper { padding-top: 1.02rem; position: absolute; width: 26%; height: 100vh; z-index: 500; right: 130%; top: 0; background: #000000; opacity: 0; }
.control-content-wrapper.show { right: 0; opacity: 1; -webkit-transition: all 0.6s; transition: all 0.6s; }
.control-content-wrapper-search{width: 100%;}

/**
 * 导航菜单弹出层
 */
.control-content-wrapper-nav .control-content-wrap { display: table; width: 100%; padding-left: 1.15rem; padding-right: 2.13rem; position: relative; color: #FFFFFF; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.control-content-wrapper-nav .cell { display: table-cell; vertical-align: middle; }
.control-content-wrapper-nav .cell-menus { width: 50%; line-height: 1.22; }
.control-content-wrapper-nav .cell-menus .item { -webkit-transform: translateX(-10rem); transform: translateX(-10rem); }
.control-content-wrapper-nav.show .cell-menus .item { -webkit-transition: all 0.6s 0.6s; transition: all 0.6s 0.6s; }
.control-content-wrapper-nav.show .cell-menus .item { -webkit-transform: translateX(0); transform: translateX(0); } 
.control-content-wrapper-nav.show .cell-menus .item:nth-child(1) { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; } 
.control-content-wrapper-nav.show .cell-menus .item:nth-child(2) { -webkit-transition-delay: 0.8s; transition-delay: 0.8s; } 
.control-content-wrapper-nav.show .cell-menus .item:nth-child(3) { -webkit-transition-delay: 1s; transition-delay: 1s; } 
.control-content-wrapper-nav.show .cell-menus .item:nth-child(4) { -webkit-transition-delay: 1.2s; transition-delay: 1.2s; } 
.control-content-wrapper-nav .cell-menus .link { color: #FFFFFF; font-family: AkzidenzGroteskBQ; font-size: 1rem; text-transform: uppercase; }
.control-content-wrapper-nav .cell-menus .number { font-size: 0.18rem; display: inline-block; vertical-align: middle; -webkit-transition: all 0.6s; transition: all 0.6s; }
.control-content-wrapper-nav .cell-menus .name { display: inline-block; vertical-align: middle; -webkit-transition: all 0.6s; transition: all 0.6s; position: relative; }
.control-content-wrapper-nav .cell-menus .name::after { content: ""; position: absolute; width: 0; height: 0.04rem; background: #FFFFFF; left: 0; bottom: 0; z-index: 9; -webkit-transition: width 0.6s; transition: width 0.6s; }
.control-content-wrapper-nav .cell-menus .link:hover .number { color: #D6063A; }
.control-content-wrapper-nav .cell-menus .link:hover .name::after { width: 100%; }
.control-content-wrapper-nav .cell-menus .item.active .number { color: #D6063A; }
.control-content-wrapper-nav .cell-menus .link.active .name::after { width: 100%; }
.control-content-wrapper-nav .cell-images .images { width: 3.89rem; height: 5.18rem; overflow: hidden; position: relative; background: #FFFFFF; opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
.control-content-wrapper-nav.show .cell-images .images { -webkit-transition: all 0.6s 1.4s; transition: all 0.6s 1.4s; opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.control-content-wrapper-nav .cell-images .image { display: block; width: 100%; height: 100%; -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; position: absolute; top: 0; left: 0; z-index: 9; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
.control-content-wrapper-nav .cell-images .image.show { -webkit-transform: scale(1); transform: scale(1); opacity: 1; z-index: 10;  -webkit-transition: all 1.5s;  transition: all 1.5s; }
.control-content-wrapper-nav .cell-languages { vertical-align: bottom; text-align: right; opacity: 0; }
.control-content-wrapper-nav.show .cell-languages { -webkit-transition: all 0.6s 1.6s; transition: all 0.6s 1.6s; opacity: 1; }
.control-content-wrapper-nav .cell-languages .item { color: #FFFFFF; font-family: AkzidenzGroteskBQ; }
.control-content-wrapper-nav .cell-languages .item:hover { text-decoration: underline; }
.control-content-wrapper-nav .cell-languages .item.active { text-decoration: underline; }


/**
 * 搜索弹出层
 */
.control-content-wrapper-search .control-content-wrap { position: relative; height: 100%; }
.control-content-wrapper-search .search-wrapper { width: 10.6rem; opacity: 0; position: absolute; top: 50%; left: 50%; z-index: 9; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.control-content-wrapper-search .input-box { position: relative; height: 1rem; line-height: 1rem; }
.control-content-wrapper-search .input-box .iconfont { position: absolute; z-index: 9; top: 0; font-size: 0.22rem; }
.control-content-wrapper-search .input-box .iconfont.search { left: 0; }
.control-content-wrapper-search .input-box .iconfont.iclear { right: 0; }
.control-content-wrapper-search .input-box .input { background: none; border: none; outline: none; color: #C1C1C1; font-size: 0.24rem; padding: 0 0.5rem; border-bottom: 2px solid rgba(255,255,255,0.15); display: block; height: 100%; }
.control-content-wrapper-search .links { color: #C1C1C1; font-size: 0.14rem; line-height: 0.5rem; padding-top: 0.33rem; }
.control-content-wrapper-search .link { border: 1px solid rgba(255,255,255,0.15); display: inline-block; padding: 0 0.28rem; height: 0.5rem; margin-right: 0.1rem; color: #C1C1C1; margin-bottom: 0.16rem; }
.control-content-wrapper-search.show .search-wrapper { -webkit-transition: all 0.6s 0.36s; transition: all 0.6s 0.36s; opacity: 1; }
.control-content-wrapper-search .input-box .input:focus { border-bottom: 2px solid rgba(255,255,255,0.6); }
.control-content-wrapper-search .input-box .iconfont.iclear:hover { color: #FFFFFF; opacity: 0.6; cursor: pointer; }
.control-content-wrapper-search .link:hover { border-color: #C1C1C1; } 


/**
 * 解决方案弹出层
 */
.control-content-wrapper-solution { background: rgba(0,0,0,0); }
.control-content-wrapper-solution .control-content-wrap { position: absolute; width: 100%; height: 100%; z-index: 9; left: 0; top: 0; overflow: hidden; }
.control-content-wrapper-solution .left-box { position: absolute; z-index: 9; left: -100%; top: 0; width: 74%; height: 100%; background: rgba(0,0,0,0.95); }
.control-content-wrapper-solution .left-box .close { width: 0.76rem; height: 0.76rem; line-height: 0.76rem; position: absolute; right: 0; top: 0; z-index: 9; background: #333333; color: #FFFFFF; font-size: 0.23rem; text-align: center; display: block; margin: 0; cursor: pointer; }
.control-content-wrapper-solution .right-box { position: absolute; z-index: 9; right: -100%; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,1); }
.control-content-wrapper-solution .right-box .close { width: 0.76rem; height: 0.76rem; line-height: 0.76rem; position: absolute; left: 0; top: 0; z-index: 9; background: #333333; color: #FFFFFF; font-size: 0.23rem; text-align: center; display: block; margin: 0; cursor: pointer; }

.control-content-wrapper-solution .left-box { left: 0; -webkit-transform: translateX(-20rem); transform: translateX(-20rem); }
.control-content-wrapper-solution .right-box { right: 0; padding: 0 0.62rem; color: #333333; -webkit-transform: translateX(10rem); transform: translateX(10rem); }
/* .control-content-wrapper-solution .right-box .form { padding-top: 1.9rem; line-height: 1; }
.control-content-wrapper-solution .right-box .email-icon { width: 0.78rem; margin-bottom: 0.28rem; }
.control-content-wrapper-solution .right-box .label { font-size: 0.24rem; display: block; margin-bottom: 0.16rem; }
.control-content-wrapper-solution .right-box .sub-label { font-size: 0.18rem; display: block; color: #999999; margin-bottom: 0.26rem; }
.control-content-wrapper-solution .right-box .input { font-size: 0.16rem; border: none; outline: none; border-bottom: 1px solid #F0F0F0; line-height: 3; }
.control-content-wrapper-solution .right-box .submit { background: #000000; display: block; height: 0.78rem; color: #999999; font-size: 0.18rem; margin-top: 0.44rem; width: 100%; cursor: pointer; }
.control-content-wrapper-solution .right-box .info { padding-top: 1.08rem; line-height: 1; }
.control-content-wrapper-solution .right-box .ewm { width: 1.3rem; height: 1.3rem; margin-bottom: 0.28rem; }
.control-content-wrapper-solution .right-box .tel { font-family: AkzidenzGroteskBQ; color: #D6063A; font-size: 0.24rem; display: block; margin-bottom: 0.16rem; }
.control-content-wrapper-solution .right-box .mail { font-family: AkzidenzGroteskBQ; color: #333333; font-size: 0.2rem; display: block; } */
.control-content-wrapper-solution.show { -webkit-transition: all 0s 0s; transition: all 0s 0s; }
.control-content-wrapper-solution.show .left-box { -webkit-transition: all 1s; transition: all 1s; -webkit-transform: translateX(0); transform: translateX(0); }
.control-content-wrapper-solution.show .right-box { -webkit-transition: all 2s; transition: all 2s; -webkit-transform: translateX(0); transform: translateX(0); }
.control-content-wrapper-solution .left-box .close:hover { color: #D6063A; }
/* .control-content-wrapper-solution .right-box .submit:hover { background: rgba(0,0,0,0.8); }
.control-content-wrapper-solution .right-box .tel:hover { opacity: 0.8; text-decoration: underline; }
.control-content-wrapper-solution .right-box .mail:hover { opacity: 0.8; text-decoration: underline; } */
.control-content-wrapper-solution .right-box .form-wrap { width: 100%; height: 100%; display: table; }
.control-content-wrapper-solution .right-box .form { display: table-cell; vertical-align: middle; height: 100%; width: 100%; }
.control-content-wrapper-solution .right-box .form-title { font-size: 0.3rem; text-align: center; margin-bottom: 0.22rem; color: #D6063A; }
.control-content-wrapper-solution .right-box .form-tags { font-size: 0.16rem; color: #666666; text-align: center; padding: 0 0.2rem; line-height: 1.6; margin-bottom: 0.6rem; }
.control-content-wrapper-solution .right-box .form-row { line-height: 1; margin-bottom: 0.2rem; position: relative; }
.control-content-wrapper-solution .right-box .form input { border: none; width: 100%; height: 0.66rem; border-bottom: 1px solid #DEDEDE; margin: 0; padding: 0; }
.control-content-wrapper-solution .right-box .form .button-contact { width: 100%; height: 0.6rem; text-align: center; font-size: 0.16rem; color: #FFFFFF; background: #D6063A; cursor: pointer; transition: all 0.36s; }
.control-content-wrapper-solution .right-box .form .button-contact:active { opacity: 0.8; }
.control-content-wrapper-solution .right-box .form .button-send { position: absolute; width: 1.3rem; height: 0.44rem; top: 0.11rem; right: 0; font-size: 0.14rem; color: #FFFFFF; background: #D6063A; z-index: 10; cursor: pointer; transition: all 0.36s; }
.control-content-wrapper-solution .right-box .form .button-send:active { opacity: 0.9; }


/**
 * 隐私政策
 */
#privacyPolicy { width: 100%; min-width: 1200px; height: 0.92rem; border-top: 1px solid rgba(255,255,255,0.15); background: #000000; position: fixed; z-index: 999999999999999; top: 0; left: 0; display: table; padding: 0 0.6rem; }
#privacyPolicy.hide { bottom: -1rem; height: 0; overflow: hidden; transition: all 0.6s; }
#privacyPolicy .cell { display: table-cell; vertical-align: middle; }
#privacyPolicy .label { font-size: 0.14rem; color: #FFFFFF; line-height: 1.5; }
#privacyPolicy .text { font-size: 0.14rem; color: #999999; line-height: 1.5; }
#privacyPolicy .cell-right { text-align: right; }
#privacyPolicy .button { width: 1.54rem; height: 0.56rem; line-height: 0.56rem; text-align: center; font-size: 0.18rem; color: #FFFFFF; -webkit-transition: all 0.36s; transition: all 0.36s; display: inline-block; margin-left: 0.12rem; cursor: pointer; }
#privacyPolicy .button:hover { opacity: 0.8; }
#privacyPolicy .button-1 { background: #D6063A; }
#privacyPolicy .button-2 { border: 1px solid rgba(255,255,255,0.15); }


/**
 * 消息提示
 */
#notice { width: 100%; height: 80px; line-height: 80px; background: #000000; color: #FFFFFF; font-size: 0.18rem; text-align: center; position: fixed; left: 0; top: -80px; z-index: 9000; transition: all 0.6s; }
#notice.show { top: 0; }


/**
 * Footer
 */
#footer { background: #131313; overflow: hidden; }
#footer .footer-wrapper { width: 100%; height: 4.8rem; overflow: hidden; }
#footer .left-wrap { float: left; width: 35%; height: 100%; background: #D6063A; }
#footer .left-wrap .logo { display: block; margin-left: auto; margin-right: auto; margin-top: 1.85rem; margin-bottom: 1.92rem; width: 1.7rem; }
#footer .left-wrap .copyright { font-size: 0.12rem; color: #FFFFFF; padding: 0 0.56rem; }
#footer .left-wrap .copyright a { color: #FFFFFF; }
#footer .left-wrap .form { width: 100%; height: 100%; padding: 0.5rem; }
#footer .left-wrap .form-title { color: #FFFFFF; font-size: 0.42rem; font-weight: 400; padding-top: 0.28rem; padding-bottom: 0.16rem; }
#footer .left-wrap .form-tags { color: #FFFFFF; font-size: 0.16rem; text-align: justify; font-weight: 400; }
#footer .left-wrap .form-row { margin-top: 0.2rem; }
#footer .left-wrap .form-field { width: 2.6rem; float: left; border-bottom: 1px solid rgba(255,255,255,0.65); height: 0.66rem; position: relative; }
#footer .left-wrap .form-field:last-child { float: right; }
#footer .left-wrap .form-field-input { background: none; border: none; outline: none; width: 100%; height: 100%; padding: 0; color: #FFFFFF; font-size: 0.18rem;  }
#footer .left-wrap .form-field-input::placeholder { color: #FFFFFF; }
#footer .left-wrap .form-field.vcode .form-field-input { padding-right: 1.2rem; }
#footer .left-wrap .form .vcode-button { position: absolute; width: 1.2rem; height: 0.44rem; color: #FFFFFF; font-size: 0.14rem; border: 1px solid rgba(255,255,255,0.65); background: none; outline: none; right: 0; top: 0.11rem; z-index: 10; cursor: pointer; }
#footer .left-wrap .form .button { background: #000000; color: #FFFFFF; width: 3.1rem; height: 0.6rem; margin-top: 0.4rem; font-size: 0.18rem; font-weight: bold; border: none; outline: none; cursor: pointer; }
#footer .left-wrap .form .button:active { opacity: 0.9; }
#footer .right-wrap { float: right; width: 65%; padding-left: 0.68rem; padding-right: 0.58rem; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
#footer .top-container { height: 4.06rem; display: table; width: 100%; }
#footer .top-container-left { display: table-cell; vertical-align: top; padding-top: 0.84rem; }
#footer .top-container-left .links { font-size: 0.18rem; display: table; width: 100%; padding-bottom: 0.7rem; }
#footer .top-container-left .links li { display: table-cell; width: 25%; }
#footer .top-container-left .links li a { font-size: 0.18rem; color: #8C8C8C; -webkit-transition: all 0.6s; transition: all 0.6s; }
#footer .top-container-left .links li a:hover { color: #FFFFFF; text-decoration: underline; }
#footer .top-container-left .line { display: block; height: 1px; background: rgba(255,255,255,0.3); width: 100%; margin-bottom: 0.42rem; }
#footer .top-container-left .infos { height: 1rem; width: 100%; display: table;; }
#footer .top-container-left .tel-address { display: table-cell; width: 50%; text-align: center; border-right: 1px solid rgba(255,255,255,0.3); vertical-align: middle; text-align: left; }
#footer .top-container-left .tel { font-size: 0.32rem; color: #D6063A; font-family: AkzidenzGroteskBQ; }
#footer .top-container-left .address { font-size: 0.18rem; color: #8C8C8C; display: block; margin-top: 0.06rem; }
#footer .top-container-left .icons { display: table-cell; width: 50%; text-align: left; vertical-align: middle; padding-left: 0.4rem; }
#footer .top-container-left .icons .iconfont { color: #8C8C8C; font-size: 0.48rem; vertical-align: middle; display: inline-block; margin: 0 0.2rem; -webkit-transition: all 0.6s; transition: all 0.6s; }
#footer .top-container-left .icons .icon-img { height: 0.24rem; vertical-align: middle; -webkit-transition: all 0.6s; transition: all 0.6s; display: inline-block; margin: 0.16rem 0.1rem; }
#footer .top-container-left .icons .iconfont.linkedin { font-size: 0.44rem; }
#footer .top-container-left .icons .iconfont:last-child { margin-right: 0; }
#footer .top-container-left .icons .iconfont:hover { -webkit-filter: brightness(300%); filter: brightness(300%); }
#footer .top-container-right { display: table-cell; text-align: right; padding-top: 1.08rem; padding-right: 0.6rem; }
#footer .top-container-right .ewm { display: inline-block; width: 1.64rem; height: 1.64rem; }
#footer .bottom-container { height: 0.74rem; display: table; color: #8C8C8C; font-size: 0.12rem; width: 100%; }
#footer .bottom-container-left { display: table-cell; vertical-align: middle; }
#footer .bottom-container-left a { color: #8C8C8C; }
#footer .bottom-container-right { display: table-cell; vertical-align: middle; text-align: right; }
#footer .bottom-container-right .link { color: #8C8C8C; margin-left: 0.36rem; -webkit-transition: all 0.6s; transition: all 0.6s; }
#footer .bottom-container-right .link:hover { color: #FFFFFF; text-decoration: underline; }
#footer input::placeholder,
#footer input::-webkit-input-placeholder { color: #FFFFFF; }


/**
 * 文章标题下方的日期、阅读量等状态栏
 */
.article-infos-wrapper { padding-top: 0.5rem; font-family: AkzidenzGroteskBQ; font-size: 0.18rem; color: #999999; line-height: 1; }
.article-infos-wrapper .datetime { display: inline-block; vertical-align: middle; }
.article-infos-wrapper .readnum-box { display: inline-block; vertical-align: middle; margin-left: 0.3rem; }
.article-infos-wrapper .readnum-icon { display: inline-block; vertical-align: middle; margin: 0; font-size: 0.24rem; }
.article-infos-wrapper .readnum { display: inline-block; vertical-align: middle; }


/**
 * 新闻Item
 */
.enterprise-news-item-wrapper { color: #FFFFFF; display: block; border-bottom: 1px solid rgba(255,255,255,0.15); }
.enterprise-news-item-wrap { padding: 0.6rem 0; display: table; width: 100%; display: table; width: 100%; }
.enterprise-news-item-wrapper .column { display: table-cell; vertical-align: middle; }
.enterprise-news-item-wrapper .left-box { width: 4.34rem; }
.enterprise-news-item-wrapper .title { font-size: 0.24rem; font-weight: 400; line-height: 1.4; color: #FFFFFF; }
.enterprise-news-item-wrapper .column.right { text-align: right; }
.enterprise-news-item-wrapper .image-box { width: 3.06rem; height: 2.3rem; overflow: hidden; display: inline-block; }
.enterprise-news-item-wrapper .image-box .image { width: 100%; height: 100%; margin: 0 auto; -o-object-fit: cover; object-fit: cover; }
.enterprise-news-item-wrapper:hover .left-box { -webkit-transform: translateY(-0.24rem); transform: translateY(-0.24rem); }
.enterprise-news-item-wrapper:hover .title { color: #D6063A; text-decoration: underline; }
.enterprise-news-item-wrapper:hover .image-box .image { -webkit-transform: scale(1.15); transform: scale(1.15); }


/* 新闻下方的标签tags */
.enterprise-news-item-wrapper .tags { display: flex; margin-top: 0.3rem; flex-wrap: wrap; }
.enterprise-news-item-wrapper .tag { font-size: 0.16rem; border: 1px solid #494949; color: #989898; margin-right: 0.2rem; border-radius: 2px; padding: 0.1rem 0.18rem; margin-top: 0.1rem; }


/**
 * 分页器
 */
.pager-wrapper { padding: 1rem 0; }
.pager-wrapper .pager-item { font-size: 0.24rem; color: #999999; font-family: AkzidenzGroteskBQ; display: inline-block; line-height: 2; margin-right: 0.2rem; position: relative; }
.pager-wrapper .pager-item::after { content: ""; width: 100%; height: 0.03rem; position: absolute; left: 0; bottom: 0; z-index: 9; background: #D6063A; -webkit-transition: all 0.66s; transition: all 0.66s; -webkit-transform: scaleY(0); transform: scaleY(0); }
.pager-wrapper .pager-item.active::after { -webkit-transform: scaleY(1); transform: scaleY(1); }
.pager-wrapper .pager-item:hover { color: #D6063A; }
.pager-wrapper .pager-item:hover::after { -webkit-transform: scaleY(1); transform: scaleY(1); }
.pager-wrapper .page-item { font-size: 0.24rem; color: #fff; font-family: AkzidenzGroteskBQ; display: inline-block; line-height: 2; margin-right: 0.2rem; position: relative; cursor: pointer; }
.pager-wrapper .page-item a{ color:#999;}
.pager-wrapper .page-item::after { content: ""; width: 100%; height: 0.03rem; position: absolute; left: 0; bottom: 0; z-index: 9; background: #D6063A; -webkit-transition: all 0.66s; transition: all 0.66s; -webkit-transform: scaleY(0); transform: scaleY(0); }
.pager-wrapper .page-item.active::after { -webkit-transform: scaleY(1); transform: scaleY(1); }
.pager-wrapper .page-item:hover { color: #D6063A; }
.pager-wrapper .page-item:hover::after { -webkit-transform: scaleY(1); transform: scaleY(1); }


/**
 * 博客Item
 */
.blog-list-wrapper { padding: 0 0.44rem; border: 1px solid rgba(255,255,255,0.15); }
.blog-item-wrapper { color: #FFFFFF; font-size: 0.18rem; display: block; padding: 0.36rem 0; border-top: 1px solid rgba(255,255,255,0.15); }
.blog-item-wrapper:first-child { border-top: none; }
.blog-item-wrapper .title { font-weight: 400; line-height: 1.7; font-size: 0.18rem; }
.blog-item-wrapper:hover .title { color: #D6063A; text-decoration: underline; }


/**
 * 询盘结果弹窗
 */
.modal-wrapper-inquiry-result { width: 6rem; height: 60vh; background: #FFFFFF; border-radius: 0.3rem; position: fixed; z-index: 19910510; left: 50%; top: -100%; margin-left: -4.5rem; margin-top: -30vh; line-height: 1.6; transition: all 0.6s; }
.modal-wrapper-inquiry-result.show { opacity: 1; top: 50%; }
.modal-wrapper-inquiry-result .modal-wrap { width: 100%; height: 100%; overflow: hidden; position: relative; }
.modal-wrapper-inquiry-result .modal-close-icon { position: absolute; width: 40px; height: 60px; line-height: 60px; text-align: center; font-size: 0.18rem; top: 0; right: 0; z-index: 10; cursor: pointer; transition: all 0.3s; }
.modal-wrapper-inquiry-result .modal-close-icon:hover { color: #D6063A; }
.modal-wrapper-inquiry-result .modal-content { height: 100%; padding-top: 60px; }
.modal-wrapper-inquiry-result .tips { font-size: 0.3rem; font-weight: bold; text-align: center; color: #D6063A; }
.modal-wrapper-inquiry-result .ewm { width: 1.8rem; height: 1.8rem; margin: 40px auto; }
.modal-wrapper-inquiry-result .tips.black { color: #666666; }
.modal-wrapper-inquiry-result .tips.title { font-size: 0.4rem; }


/**
 * 屏幕响应
 */
@media screen and (max-width: 1200px) {
  html { font-size: 62.5px; }
}


/* 页面右侧边栏 新增*/

@font-face {
	font-family: 'iconfont';  /* Project id 4052703 */
	src: url('//at.alicdn.com/t/c/font_4052703_6sjp8la051k.woff2?t=1685695594926') format('woff2'),
		 url('//at.alicdn.com/t/c/font_4052703_6sjp8la051k.woff?t=1685695594926') format('woff'),
		 url('//at.alicdn.com/t/c/font_4052703_6sjp8la051k.ttf?t=1685695594926') format('truetype');
  }
  .iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.bf-sidebar{
  line-height: normal !important;
	width: 1.01rem;
	height: 4.01rem;
	background: #fff;
	position: fixed;
	right: -200px;
	z-index: 100;
	top: 2.5rem;
	/*display: none;
	*/box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.bf-sidebar-new{
	right: 0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.bf-sidebar li{
	width: 100%;
	height: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.bf-sidebar li:not(:last-child){
	border-bottom: 1px solid #f6f6f6;
}
.bf-sidebar .sideIcon{
	font-size: 0.32rem;
	color: #D6063A;
	margin-bottom: 0.1rem;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sideText{
	color: #333333;
	font-size: 0.16rem;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sidebar-wx{
	position: relative;
	z-index: 12;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sw-qrBox{
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	left: 0;
	opacity: 0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sw-qrBox:before{
	content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/xxbiao.png) no-repeat center;
  background-size: 0.25rem 0.25rem;
}
.bf-sidebar .sw-qrBox::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.bf-sidebar .sidebar-wx:hover .sw-qrBox{
	left: -1.49rem;
	opacity: 1;
}
.bf-sidebar .sw-qrBox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 10;
}
.bf-sidebar .sidebar-wx:hover{
	background-color: #D6063A;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sidebar-wx:hover .sideIcon{
	color: #fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.bf-sidebar .sidebar-wx:hover .sideText{
	color: #fff;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.anima {
	animation-name: likes; 
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite; 
	animation-duration: 1s;
}

@keyframes likes {
	   0%{
		  transform: scale(1);
	   }
	   25%{
		  transform: scale(0.9);
	   }
	   50%{
		  transform: scale(0.85);
	   }
	   75%{
		  transform: scale(0.9);
	   }
	   100%{
		  transform: scale(1);
	   }
}

/* 解决方案弹出层修改 2023-06-02 */
.control-content-wrapper-solution .form-newBox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.control-content-wrapper-solution .form-newBox .left p{
	font-size: 0.16rem;
    color: #666666;
	line-height: 1.6;
}
.control-content-wrapper-solution .form-newBox .left .btms{
	color: #D6063A;
	font-weight: 700;
}
.control-content-wrapper-solution .form-newBox .right .imgbox{
	width: 1rem;
	height: 1rem;
	position: relative;
}
.control-content-wrapper-solution .form-newBox .right .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.control-content-wrapper-solution .form-newBox .right .imgbox::before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/statics/home/images/xxbiao.png) no-repeat center;
    background-size: 0.25rem 0.25rem;
}
.control-content-wrapper-solution .form .moreCase{
	text-align: center;
	font-size: 0.16rem;
	color: #D6063A;
	font-weight: 700;
	display: block;
}